- mpd_abs
void mpd_abs(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_abs_uint
mpd_uint_t mpd_abs_uint(mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_add
void mpd_add(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_add_i32
void mpd_add_i32(mpd_t* result, mpd_t* a, int32_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_add_i64
void mpd_add_i64(mpd_t* result, mpd_t* a, int64_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_add_ssize
void mpd_add_ssize(mpd_t* result, mpd_t* a, mpd_ssize_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_add_u32
void mpd_add_u32(mpd_t* result, mpd_t* a, uint32_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_add_u64
void mpd_add_u64(mpd_t* result, mpd_t* a, uint64_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_add_uint
void mpd_add_uint(mpd_t* result, mpd_t* a, mpd_uint_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_addstatus_raise
void mpd_addstatus_raise(mpd_context_t* ctx, uint32_t flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_adjexp
mpd_ssize_t mpd_adjexp(mpd_t* dec)
- mpd_alloc
void* mpd_alloc(mpd_size_t nmemb, mpd_size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_and
void mpd_and(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_arith_sign
int mpd_arith_sign(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_basiccontext
void mpd_basiccontext(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_calloc
void* mpd_calloc(mpd_size_t nmemb, mpd_size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_callocfunc_em
void* mpd_callocfunc_em(size_t nmemb, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_canonical
void mpd_canonical(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_ceil
void mpd_ceil(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_check_nan
int mpd_check_nan(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_check_nans
int mpd_check_nans(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_class
char* mpd_class(mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_clear_flags
void mpd_clear_flags(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_cmp
int mpd_cmp(mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_cmp_total
int mpd_cmp_total(mpd_t* a, mpd_t* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_cmp_total_mag
int mpd_cmp_total_mag(mpd_t* a, mpd_t* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_compare
int mpd_compare(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_compare_signal
int mpd_compare_signal(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_compare_total
int mpd_compare_total(mpd_t* result, mpd_t* a, mpd_t* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_compare_total_mag
int mpd_compare_total_mag(mpd_t* result, mpd_t* a, mpd_t* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_copy
void mpd_copy(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_copy_abs
void mpd_copy_abs(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_copy_flags
void mpd_copy_flags(mpd_t* result, mpd_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_copy_negate
void mpd_copy_negate(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_copy_sign
void mpd_copy_sign(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_defaultcontext
void mpd_defaultcontext(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_del
void mpd_del(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_dflt_traphandler
void mpd_dflt_traphandler(mpd_context_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_digits_to_size
mpd_ssize_t mpd_digits_to_size(mpd_ssize_t digits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_div
void mpd_div(mpd_t* q, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_div_i32
void mpd_div_i32(mpd_t* result, mpd_t* a, int32_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_div_i64
void mpd_div_i64(mpd_t* result, mpd_t* a, int64_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_div_ssize
void mpd_div_ssize(mpd_t* result, mpd_t* a, mpd_ssize_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_div_u32
void mpd_div_u32(mpd_t* result, mpd_t* a, uint32_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_div_u64
void mpd_div_u64(mpd_t* result, mpd_t* a, uint64_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_div_uint
void mpd_div_uint(mpd_t* result, mpd_t* a, mpd_uint_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_divint
void mpd_divint(mpd_t* q, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_divmod
void mpd_divmod(mpd_t* q, mpd_t* r, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_etiny
mpd_ssize_t mpd_etiny(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_etop
mpd_ssize_t mpd_etop(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_exp
void mpd_exp(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_exp_digits
int mpd_exp_digits(mpd_ssize_t exp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_export_u16
size_t mpd_export_u16(uint16_t** rdata, size_t rlen, uint32_t base, mpd_t* src, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_export_u32
size_t mpd_export_u32(uint32_t** rdata, size_t rlen, uint32_t base, mpd_t* src, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_finalize
void mpd_finalize(mpd_t* result, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_floor
void mpd_floor(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_fma
void mpd_fma(mpd_t* result, mpd_t* a, mpd_t* b, mpd_t* c, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_format
char* mpd_format(mpd_t* dec, char* fmt, mpd_context_t* ctx)
- mpd_fprint
void mpd_fprint(FILE* file, mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_get_i32
int32_t mpd_get_i32(mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_get_i64
int64_t mpd_get_i64(mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_get_ssize
mpd_ssize_t mpd_get_ssize(mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_get_u32
uint32_t mpd_get_u32(mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_get_u64
uint64_t mpd_get_u64(mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_get_uint
mpd_uint_t mpd_get_uint(mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_getclamp
int mpd_getclamp(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_getcr
int mpd_getcr(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_getemax
mpd_ssize_t mpd_getemax(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_getemin
mpd_ssize_t mpd_getemin(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_getprec
mpd_ssize_t mpd_getprec(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_getround
int mpd_getround(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_getstatus
uint32_t mpd_getstatus(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_gettraps
uint32_t mpd_gettraps(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_ieee_context
int mpd_ieee_context(mpd_context_t* ctx, int bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_import_u16
void mpd_import_u16(mpd_t* result, uint16_t* srcdata, size_t srclen, uint8_t srcsign, uint32_t base, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_import_u32
void mpd_import_u32(mpd_t* result, uint32_t* srcdata, size_t srclen, uint8_t srcsign, uint32_t base, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_init
void mpd_init(mpd_context_t* ctx, mpd_ssize_t prec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_invert
void mpd_invert(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_invroot
void mpd_invroot(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_iscanonical
int mpd_iscanonical(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isconst_data
int mpd_isconst_data(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isdynamic
int mpd_isdynamic(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isdynamic_data
int mpd_isdynamic_data(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_iseven
int mpd_iseven(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isfinite
int mpd_isfinite(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isinfinite
int mpd_isinfinite(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isinteger
int mpd_isinteger(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isnan
int mpd_isnan(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isnegative
int mpd_isnegative(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isnormal
int mpd_isnormal(mpd_t* dec, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isodd
int mpd_isodd(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isoddcoeff
int mpd_isoddcoeff(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isoddword
int mpd_isoddword(mpd_uint_t word)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_ispositive
int mpd_ispositive(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isqnan
int mpd_isqnan(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isshared_data
int mpd_isshared_data(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_issigned
int mpd_issigned(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_issnan
int mpd_issnan(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isspecial
int mpd_isspecial(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isstatic
int mpd_isstatic(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_isstatic_data
int mpd_isstatic_data(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_issubnormal
int mpd_issubnormal(mpd_t* dec, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_iszero
int mpd_iszero(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_iszerocoeff
int mpd_iszerocoeff(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_ln
void mpd_ln(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_log10
void mpd_log10(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_logb
void mpd_logb(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_lsd
mpd_uint_t mpd_lsd(mpd_uint_t word)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_lsnprint_flags
int mpd_lsnprint_flags(char* dest, int nmemb, uint32_t flags, char*[] flag_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_lsnprint_signals
int mpd_lsnprint_signals(char* dest, int nmemb, uint32_t flags, char*[] flag_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_max
void mpd_max(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_max_mag
void mpd_max_mag(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_maxcoeff
void mpd_maxcoeff(mpd_t* result, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_maxcontext
void mpd_maxcontext(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_min
void mpd_min(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_min_mag
void mpd_min_mag(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_minalloc
void mpd_minalloc(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_minus
void mpd_minus(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_msd
mpd_uint_t mpd_msd(mpd_uint_t word)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_msword
mpd_uint_t mpd_msword(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_mul
void mpd_mul(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_mul_i32
void mpd_mul_i32(mpd_t* result, mpd_t* a, int32_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_mul_i64
void mpd_mul_i64(mpd_t* result, mpd_t* a, int64_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_mul_ssize
void mpd_mul_ssize(mpd_t* result, mpd_t* a, mpd_ssize_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_mul_u32
void mpd_mul_u32(mpd_t* result, mpd_t* a, uint32_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_mul_u64
void mpd_mul_u64(mpd_t* result, mpd_t* a, uint64_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_mul_uint
void mpd_mul_uint(mpd_t* result, mpd_t* a, mpd_uint_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_new
mpd_t* mpd_new(mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_next_minus
void mpd_next_minus(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_next_plus
void mpd_next_plus(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_next_toward
void mpd_next_toward(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_or
void mpd_or(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_parse_fmt_str
int mpd_parse_fmt_str(mpd_spec_t* spec, char* fmt, int caps)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_plus
void mpd_plus(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_pow
void mpd_pow(mpd_t* result, mpd_t* base, mpd_t* exp, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_powmod
void mpd_powmod(mpd_t* result, mpd_t* base, mpd_t* exp, mpd_t* mod, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_print
void mpd_print(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qabs
void mpd_qabs(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qabs_uint
mpd_uint_t mpd_qabs_uint(mpd_t* dec, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qadd
void mpd_qadd(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qadd_i32
void mpd_qadd_i32(mpd_t* result, mpd_t* a, int32_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qadd_i64
void mpd_qadd_i64(mpd_t* result, mpd_t* a, int64_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qadd_ssize
void mpd_qadd_ssize(mpd_t* result, mpd_t* a, mpd_ssize_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qadd_u32
void mpd_qadd_u32(mpd_t* result, mpd_t* a, uint32_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qadd_u64
void mpd_qadd_u64(mpd_t* result, mpd_t* a, uint64_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qadd_uint
void mpd_qadd_uint(mpd_t* result, mpd_t* a, mpd_uint_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qand
void mpd_qand(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qceil
void mpd_qceil(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qcheck_nan
int mpd_qcheck_nan(mpd_t* nanresult, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qcheck_nans
int mpd_qcheck_nans(mpd_t* nanresult, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qcmp
int mpd_qcmp(mpd_t* a, mpd_t* b, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qcompare
int mpd_qcompare(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qcompare_signal
int mpd_qcompare_signal(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qcopy
int mpd_qcopy(mpd_t* result, mpd_t* a, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qcopy_abs
int mpd_qcopy_abs(mpd_t* result, mpd_t* a, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qcopy_negate
int mpd_qcopy_negate(mpd_t* result, mpd_t* a, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qcopy_sign
int mpd_qcopy_sign(mpd_t* result, mpd_t* a, mpd_t* b, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qdiv
void mpd_qdiv(mpd_t* q, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qdiv_i32
void mpd_qdiv_i32(mpd_t* result, mpd_t* a, int32_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qdiv_i64
void mpd_qdiv_i64(mpd_t* result, mpd_t* a, int64_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qdiv_ssize
void mpd_qdiv_ssize(mpd_t* result, mpd_t* a, mpd_ssize_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qdiv_u32
void mpd_qdiv_u32(mpd_t* result, mpd_t* a, uint32_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qdiv_u64
void mpd_qdiv_u64(mpd_t* result, mpd_t* a, uint64_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qdiv_uint
void mpd_qdiv_uint(mpd_t* result, mpd_t* a, mpd_uint_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qdivint
void mpd_qdivint(mpd_t* q, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qdivmod
void mpd_qdivmod(mpd_t* q, mpd_t* r, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qexp
void mpd_qexp(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qexport_u16
size_t mpd_qexport_u16(uint16_t** rdata, size_t rlen, uint32_t base, mpd_t* src, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qexport_u32
size_t mpd_qexport_u32(uint32_t** rdata, size_t rlen, uint32_t base, mpd_t* src, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qfinalize
void mpd_qfinalize(mpd_t* result, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qfloor
void mpd_qfloor(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qfma
void mpd_qfma(mpd_t* result, mpd_t* a, mpd_t* b, mpd_t* c, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qformat
char* mpd_qformat(mpd_t* dec, char* fmt, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qformat_spec
char* mpd_qformat_spec(mpd_t* dec, mpd_spec_t* spec, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qget_i32
int32_t mpd_qget_i32(mpd_t* dec, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qget_i64
int64_t mpd_qget_i64(mpd_t* dec, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qget_ssize
mpd_ssize_t mpd_qget_ssize(mpd_t* dec, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qget_u32
uint32_t mpd_qget_u32(mpd_t* dec, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qget_u64
uint64_t mpd_qget_u64(mpd_t* dec, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qget_uint
mpd_uint_t mpd_qget_uint(mpd_t* dec, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qimport_u16
void mpd_qimport_u16(mpd_t* result, uint16_t* srcdata, size_t srclen, uint8_t srcsign, uint32_t srcbase, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qimport_u32
void mpd_qimport_u32(mpd_t* result, uint32_t* srcdata, size_t srclen, uint8_t srcsign, uint32_t srcbase, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qinvert
void mpd_qinvert(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qinvroot
void mpd_qinvroot(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qln
void mpd_qln(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qln10
void mpd_qln10(mpd_t* result, mpd_ssize_t prec, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qlog10
void mpd_qlog10(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qlogb
void mpd_qlogb(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qmax
void mpd_qmax(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qmax_mag
void mpd_qmax_mag(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qmaxcoeff
void mpd_qmaxcoeff(mpd_t* result, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qmin
void mpd_qmin(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qmin_mag
void mpd_qmin_mag(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qminus
void mpd_qminus(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qmul
void mpd_qmul(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qmul_i32
void mpd_qmul_i32(mpd_t* result, mpd_t* a, int32_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qmul_i64
void mpd_qmul_i64(mpd_t* result, mpd_t* a, int64_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qmul_ssize
void mpd_qmul_ssize(mpd_t* result, mpd_t* a, mpd_ssize_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qmul_u32
void mpd_qmul_u32(mpd_t* result, mpd_t* a, uint32_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qmul_u64
void mpd_qmul_u64(mpd_t* result, mpd_t* a, uint64_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qmul_uint
void mpd_qmul_uint(mpd_t* result, mpd_t* a, mpd_uint_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qncopy
mpd_t* mpd_qncopy(mpd_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qnew
mpd_t* mpd_qnew()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qnew_size
mpd_t* mpd_qnew_size(mpd_ssize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qnext_minus
void mpd_qnext_minus(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qnext_plus
void mpd_qnext_plus(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qnext_toward
void mpd_qnext_toward(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qor
void mpd_qor(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qplus
void mpd_qplus(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qpow
void mpd_qpow(mpd_t* result, mpd_t* base, mpd_t* exp, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qpowmod
void mpd_qpowmod(mpd_t* result, mpd_t* base, mpd_t* exp, mpd_t* mod, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qquantize
void mpd_qquantize(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qreduce
void mpd_qreduce(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qrem
void mpd_qrem(mpd_t* r, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qrem_near
void mpd_qrem_near(mpd_t* r, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qrescale
void mpd_qrescale(mpd_t* result, mpd_t* a, mpd_ssize_t exp, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qrescale_fmt
void mpd_qrescale_fmt(mpd_t* result, mpd_t* a, mpd_ssize_t exp, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qresize
int mpd_qresize(mpd_t* result, mpd_ssize_t size, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qresize_zero
int mpd_qresize_zero(mpd_t* result, mpd_ssize_t size, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qrotate
void mpd_qrotate(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qround_to_int
void mpd_qround_to_int(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qround_to_intx
void mpd_qround_to_intx(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qscaleb
void mpd_qscaleb(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qset_i32
void mpd_qset_i32(mpd_t* result, int32_t a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qset_i64
void mpd_qset_i64(mpd_t* result, int64_t a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qset_ssize
void mpd_qset_ssize(mpd_t* result, mpd_ssize_t a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qset_string
void mpd_qset_string(mpd_t* dec, char* s, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qset_u32
void mpd_qset_u32(mpd_t* result, uint32_t a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qset_u64
void mpd_qset_u64(mpd_t* result, uint64_t a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qset_uint
void mpd_qset_uint(mpd_t* result, mpd_uint_t a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsetclamp
int mpd_qsetclamp(mpd_context_t* ctx, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsetcr
int mpd_qsetcr(mpd_context_t* ctx, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsetemax
int mpd_qsetemax(mpd_context_t* ctx, mpd_ssize_t emax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsetemin
int mpd_qsetemin(mpd_context_t* ctx, mpd_ssize_t emin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsetprec
int mpd_qsetprec(mpd_context_t* ctx, mpd_ssize_t prec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsetround
int mpd_qsetround(mpd_context_t* ctx, int newround)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsetstatus
int mpd_qsetstatus(mpd_context_t* ctx, uint32_t flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsettraps
int mpd_qsettraps(mpd_context_t* ctx, uint32_t flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qshift
void mpd_qshift(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qshiftl
int mpd_qshiftl(mpd_t* result, mpd_t* a, mpd_ssize_t n, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qshiftn
void mpd_qshiftn(mpd_t* result, mpd_t* a, mpd_ssize_t n, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qshiftr
mpd_uint_t mpd_qshiftr(mpd_t* result, mpd_t* a, mpd_ssize_t n, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qshiftr_inplace
mpd_uint_t mpd_qshiftr_inplace(mpd_t* result, mpd_ssize_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsqrt
void mpd_qsqrt(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsset_i32
void mpd_qsset_i32(mpd_t* result, int32_t a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsset_ssize
void mpd_qsset_ssize(mpd_t* result, mpd_ssize_t a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsset_u32
void mpd_qsset_u32(mpd_t* result, uint32_t a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsset_uint
void mpd_qsset_uint(mpd_t* result, mpd_uint_t a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsub
void mpd_qsub(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsub_i32
void mpd_qsub_i32(mpd_t* result, mpd_t* a, int32_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsub_i64
void mpd_qsub_i64(mpd_t* result, mpd_t* a, int64_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsub_ssize
void mpd_qsub_ssize(mpd_t* result, mpd_t* a, mpd_ssize_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsub_u32
void mpd_qsub_u32(mpd_t* result, mpd_t* a, uint32_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsub_u64
void mpd_qsub_u64(mpd_t* result, mpd_t* a, uint64_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qsub_uint
void mpd_qsub_uint(mpd_t* result, mpd_t* a, mpd_uint_t b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qtrunc
void mpd_qtrunc(mpd_t* result, mpd_t* a, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_quantize
void mpd_quantize(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_qxor
void mpd_qxor(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_radix
long mpd_radix()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_realloc
void* mpd_realloc(void* ptr, mpd_size_t nmemb, mpd_size_t size, uint8_t* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_reduce
void mpd_reduce(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_rem
void mpd_rem(mpd_t* r, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_rem_near
void mpd_rem_near(mpd_t* r, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_rescale
void mpd_rescale(mpd_t* result, mpd_t* a, mpd_ssize_t exp, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_resize
int mpd_resize(mpd_t* result, mpd_ssize_t size, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_resize_zero
int mpd_resize_zero(mpd_t* result, mpd_ssize_t size, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_rotate
void mpd_rotate(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_round_to_int
void mpd_round_to_int(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_round_to_intx
void mpd_round_to_intx(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_same_quantum
int mpd_same_quantum(mpd_t* a, mpd_t* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_scaleb
void mpd_scaleb(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_const_data
void mpd_set_const_data(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_dynamic
void mpd_set_dynamic(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_dynamic_data
void mpd_set_dynamic_data(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_flags
void mpd_set_flags(mpd_t* result, uint8_t flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_i32
void mpd_set_i32(mpd_t* result, int32_t a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_i64
void mpd_set_i64(mpd_t* result, int64_t a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_infinity
void mpd_set_infinity(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_negative
void mpd_set_negative(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_positive
void mpd_set_positive(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_qnan
void mpd_set_qnan(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_shared_data
void mpd_set_shared_data(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_sign
void mpd_set_sign(mpd_t* result, uint8_t sign)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_snan
void mpd_set_snan(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_ssize
void mpd_set_ssize(mpd_t* result, mpd_ssize_t a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_static
void mpd_set_static(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_static_data
void mpd_set_static_data(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_string
void mpd_set_string(mpd_t* result, char* s, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_u32
void mpd_set_u32(mpd_t* result, uint32_t a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_u64
void mpd_set_u64(mpd_t* result, uint64_t a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_set_uint
void mpd_set_uint(mpd_t* result, mpd_uint_t a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_setdigits
void mpd_setdigits(mpd_t* result)
- mpd_seterror
void mpd_seterror(mpd_t* result, uint32_t flags, uint32_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_setminalloc
void mpd_setminalloc(mpd_ssize_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_setspecial
void mpd_setspecial(mpd_t* dec, uint8_t sign, uint8_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sh_alloc
void* mpd_sh_alloc(mpd_size_t struct_size, mpd_size_t nmemb, mpd_size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_shift
void mpd_shift(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_shiftl
void mpd_shiftl(mpd_t* result, mpd_t* a, mpd_ssize_t n, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_shiftn
void mpd_shiftn(mpd_t* result, mpd_t* a, mpd_ssize_t n, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_shiftr
mpd_uint_t mpd_shiftr(mpd_t* result, mpd_t* a, mpd_ssize_t n, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sign
uint8_t mpd_sign(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_signcpy
void mpd_signcpy(mpd_t* result, mpd_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sizeinbase
size_t mpd_sizeinbase(mpd_t* a, uint32_t base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_snprint_flags
int mpd_snprint_flags(char* dest, int nmemb, uint32_t flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sqrt
void mpd_sqrt(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sset_i32
void mpd_sset_i32(mpd_t* result, int32_t a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sset_ssize
void mpd_sset_ssize(mpd_t* result, mpd_ssize_t a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sset_u32
void mpd_sset_u32(mpd_t* result, uint32_t a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sset_uint
void mpd_sset_uint(mpd_t* result, mpd_uint_t a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sub
void mpd_sub(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sub_i32
void mpd_sub_i32(mpd_t* result, mpd_t* a, int32_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sub_i64
void mpd_sub_i64(mpd_t* result, mpd_t* a, int64_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sub_ssize
void mpd_sub_ssize(mpd_t* result, mpd_t* a, mpd_ssize_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sub_u32
void mpd_sub_u32(mpd_t* result, mpd_t* a, uint32_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sub_u64
void mpd_sub_u64(mpd_t* result, mpd_t* a, uint64_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_sub_uint
void mpd_sub_uint(mpd_t* result, mpd_t* a, mpd_uint_t b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_to_eng
char* mpd_to_eng(mpd_t* dec, int fmt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_to_eng_size
mpd_ssize_t mpd_to_eng_size(char** res, mpd_t* dec, int fmt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_to_sci
char* mpd_to_sci(mpd_t* dec, int fmt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_to_sci_size
mpd_ssize_t mpd_to_sci_size(char** res, mpd_t* dec, int fmt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_trail_zeros
mpd_ssize_t mpd_trail_zeros(mpd_t* dec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_trunc
void mpd_trunc(mpd_t* result, mpd_t* a, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_uint_zero
void mpd_uint_zero(mpd_uint_t* dest, mpd_size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_validate_lconv
int mpd_validate_lconv(mpd_spec_t* spec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_version
char* mpd_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_word_digits
int mpd_word_digits(mpd_uint_t word)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_xor
void mpd_xor(mpd_t* result, mpd_t* a, mpd_t* b, mpd_context_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpd_zerocoeff
void mpd_zerocoeff(mpd_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.